loadUrl

abstract fun loadUrl(url: String)

Navigates the frame to a resource identified by the given url.

This method tells the frame to start asynchronous loading and returns immediately.

Parameters

url

URL of the resource to load

Throws

when url is empty or blank

when the frame is closed